projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4fed8
)
mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064
author
Eugeniy Paltsev
<
[email protected]
>
Tue, 10 Apr 2018 11:40:45 +0000
(14:40 +0300)
committer
Jagan Teki
<
[email protected]
>
Thu, 19 Apr 2018 11:24:25 +0000
(16:54 +0530)
This commit adds support for the SST sst26wf016, sst26wf032
and sst26wf064 flash IC.
Signed-off-by: Eugeniy Paltsev <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
drivers/mtd/spi/spi_flash_ids.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/spi_flash_ids.c
b/drivers/mtd/spi/spi_flash_ids.c
index b789219e4e492d064e11117709c2efd85e80c05c..dbb4ac4d323e8939a359264fe1e4a0045576b2c3 100644
(file)
--- a/
drivers/mtd/spi/spi_flash_ids.c
+++ b/
drivers/mtd/spi/spi_flash_ids.c
@@
-151,6
+151,9
@@
const struct spi_flash_info spi_flash_ids[] = {
{"sst25wf040", INFO(0xbf2504, 0x0, 64 * 1024, 8, SECT_4K | SST_WR) },
{"sst25wf040b", INFO(0x621613, 0x0, 64 * 1024, 8, SECT_4K) },
{"sst25wf080", INFO(0xbf2505, 0x0, 64 * 1024, 16, SECT_4K | SST_WR) },
+ {"sst26wf016", INFO(0xbf2651, 0x0, 64 * 1024, 32, SECT_4K) },
+ {"sst26wf032", INFO(0xbf2622, 0x0, 64 * 1024, 64, SECT_4K) },
+ {"sst26wf064", INFO(0xbf2643, 0x0, 64 * 1024, 128, SECT_4K) },
#endif
#ifdef CONFIG_SPI_FLASH_WINBOND /* WINBOND */
{"w25p80", INFO(0xef2014, 0x0, 64 * 1024, 16, 0) },